Bump gqlparser v2.5.27 -> v2.5.28#7700
Merged
johanfylling merged 4 commits intoopen-policy-agent:mainfrom Jun 18, 2025
Merged
Conversation
Additional test case for invalid graphql schemas. open-policy-agent#7699 Signed-off-by: Rob Myers <1243316+robmyersrobmyers@users.noreply.github.com>
c8043a0 to
f17d1f9
Compare
Contributor
Author
|
I think this is ready to merge. Even though it fixes a potential crashing bug, I don't think a patch release is needed. In my opinion, it can wait until 1.6. |
johanfylling
approved these changes
Jun 16, 2025
Contributor
johanfylling
left a comment
There was a problem hiding this comment.
Thank you!
LGTM 👍
v1.6.0 will be released next week.
✅ Deploy Preview for openpolicyagent ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why the changes in this PR are needed?
The test case added here will verify that a crashing bug is fixed.
What are the changes in this PR?
Adds a test case to ensure that #7699 is fixed.
Notes to assist PR review:
Upstream issue: vektah/gqlparser#375
Upstream PR: vektah/gqlparser#376